[INFO] cloning repository https://github.com/SuvitKumar003/Log_aggregator_Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuvitKumar003/Log_aggregator_Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuvitKumar003%2FLog_aggregator_Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuvitKumar003%2FLog_aggregator_Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b62f47ad82085736fcc1d2637b8c0fb2a357262
[INFO] checking SuvitKumar003/Log_aggregator_Rust against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuvitKumar003%2FLog_aggregator_Rust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SuvitKumar003/Log_aggregator_Rust
[INFO] finished tweaking git repo https://github.com/SuvitKumar003/Log_aggregator_Rust
[INFO] tweaked toml for git repo https://github.com/SuvitKumar003/Log_aggregator_Rust written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuvitKumar003/Log_aggregator_Rust on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SuvitKumar003/Log_aggregator_Rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pest_meta v2.8.2
[INFO] [stderr]   Downloaded pest_derive v2.8.2
[INFO] [stderr]   Downloaded pest_generator v2.8.2
[INFO] [stderr]   Downloaded pest v2.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e
[INFO] running `Command { std: "docker" "start" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.221
[INFO] [stderr]    Compiling serde v1.0.221
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.221
[INFO] [stderr]     Checking indexmap v2.11.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling serde_json v1.0.144
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling pest v2.8.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]     Checking ahash v0.7.8
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling regex-lite v0.1.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking dlv-list v0.3.0
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling cc v1.2.37
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking protobuf-support v3.7.2
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling pest_meta v2.8.2
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/09a371361240e42b0d69438fd1179efcf212e576/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.221/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=3ced2f6eb16d81c5 -C extra-filename=-b67ac618f60c4197 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-369d8852c9a54258.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6fc91d8310bf4fee.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-5bced5587264adfc.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/09a371361240e42b0d69438fd1179efcf212e576/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=a36f266bb2641b20 -C extra-filename=-568f8623375f6d5b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-2998dc56ed90fbb0.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-84484af91975cb56.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-213135b8194a5b8c.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e", kill_on_drop: false }`
[INFO] [stdout] 4188667d8af6f48b9169f5b8cb4e1b95e0ed7167966f88a0fd7b376303655b6e
